ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CursorCollectionView<T> Class
The type of the items in the collection.
Members

In This Topic
    C1CursorCollectionView<T> Class
    In This Topic
    Base class for cursor-like collection views.
    Object Model
    C1CursorCollectionView<T> Class
    Syntax
    Type Parameters
    T
    The type of the items in the collection.
    Remarks
    This class is appropriate for wrapping data services that return the data in pages and give a token to get the next page, like Facebook, Twitter, YouTube, etc.
    Inheritance Hierarchy

    System.Object
       C1.CollectionView.C1CollectionViewBase<T>
          C1.CollectionView.C1CursorCollectionView<T,K>
             C1.CollectionView.C1CursorCollectionView<T>

    See Also